home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / samp822 / form2.frm < prev    next >
Text File  |  1995-05-07  |  1KB  |  48 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    Caption         =   "Form2"
  4.    ClientHeight    =   3075
  5.    ClientLeft      =   3900
  6.    ClientTop       =   2385
  7.    ClientWidth     =   3390
  8.    Height          =   3480
  9.    Left            =   3840
  10.    LinkTopic       =   "Form2"
  11.    MDIChild        =   -1  'True
  12.    ScaleHeight     =   3075
  13.    ScaleWidth      =   3390
  14.    Top             =   2040
  15.    Width           =   3510
  16.    Begin TextBox Text1 
  17.       Height          =   435
  18.       Left            =   120
  19.       TabIndex        =   2
  20.       Text            =   "Text1"
  21.       Top             =   210
  22.       Width           =   705
  23.    End
  24.    Begin CommandButton Command1 
  25.       Caption         =   "Command1"
  26.       Height          =   465
  27.       Left            =   120
  28.       TabIndex        =   1
  29.       Top             =   720
  30.       Width           =   1275
  31.    End
  32.    Begin ListBox List1 
  33.       Height          =   2760
  34.       Left            =   1470
  35.       TabIndex        =   0
  36.       Top             =   60
  37.       Width           =   1695
  38.    End
  39.    Begin Label Label1 
  40.       Caption         =   "Watch it! If the user enlarges a TextBox font, it auto-rescales in height!"
  41.       Height          =   1515
  42.       Left            =   90
  43.       TabIndex        =   3
  44.       Top             =   1410
  45.       Width           =   1305
  46.    End
  47. End
  48.